オーバーロード | 解説 |
---|---|
Add() | Add a default TItem instance to the collection. |
Add(Action<TItemBuilder>) | Add a TItem instance updated by the specified action to the collection. |
Add(TItem) | Add a TItem instance to the collection. |
オーバーロード | 解説 |
---|---|
Add() | Add a default TItem instance to the collection. |
Add(Action<TItemBuilder>) | Add a TItem instance updated by the specified action to the collection. |
Add(TItem) | Add a TItem instance to the collection. |